reftests: fix style class syntax in CSS file
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 11 Jun 2015 03:21:57 +0000 (20:21 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 12 Jun 2015 15:55:23 +0000 (08:55 -0700)
Fixes reftests.

https://bugzilla.gnome.org/show_bug.cgi?id=750605

testsuite/reftests/label-text-shadow-changes-modify-clip.css

index 87bd265191692fad2ff34b256c650e3ea46fe760..bea2d0c6e83d68a7136524f9e5a81aef1f79de59 100644 (file)
@@ -13,7 +13,7 @@ GtkLabel {
   animation-delay: 1ms;
 }
 
-#reference {
+.reference {
   animation: initial;
   text-shadow: 20px 20px tomato;
 }